home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / FULL - Iolo Drive Scrubber 3.5 / DriveScrubber3.exe / {code_GetDSDir} / dshtml.dll / 1033 / HTML / DEFAULT.CSS < prev    next >
Cascading Style Sheet File  |  2008-02-07  |  15KB  |  658 lines

  1. @charset "utf-8";
  2. html {
  3.     height: 100%;
  4.     overflow-x:hidden;
  5.     overflow-y:auto;
  6. }
  7. body {
  8.     margin: 0px;
  9.     border: 1 solid #222;
  10.     background-color: #FFFFFF;
  11.     font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  12.     font-size:11px;
  13.     font-weight:normal;
  14.     color:#222222;
  15.     height: 100%;
  16.  
  17. }
  18. body #watermark{
  19.     background:url(G_watermark_bg.jpg) bottom right no-repeat scroll;
  20.     background-color:transparent;
  21.     position:absolute;
  22.     left:0;
  23.     top:0;
  24.     z-index:10;
  25.     width: 100%;
  26.     height: 100%;
  27. }
  28.  
  29. body #wrapper{
  30.     position:absolute;
  31.     left:0;
  32.     top:0;
  33.     z-index:1000;
  34. }
  35. .body_gray_scrollbar {
  36. overflow:hidden;
  37. }
  38. /*  scrollbar-3dlight-color:#444547;
  39. scrollbar-arrow-color:#404142;
  40. scrollbar-base-color:#434445;
  41. scrollbar-darkshadow-color:#434445;
  42. scrollbar-face-color:#454547;
  43. scrollbar-highlight-color:#454547;
  44. scrollbar-shadow-color:#3a3a3a*/
  45.  
  46.  
  47. a {
  48.     color:#4170c0;
  49.     text-decoration:none;
  50. }
  51. a:hover {
  52.     text-decoration:underline;
  53. }
  54. a.dropdown_link{
  55.     background:url(G_link_dropdown_arrow.gif) no-repeat center right;
  56.     padding-right:8px;
  57. }
  58. .bold {
  59.     font-weight:bold
  60. }
  61. .status {
  62.     font-weight:bold
  63. }
  64. .green {
  65.     color:#008000
  66. }
  67. .blue {
  68.     color:#4070BF
  69. }
  70. .red {
  71.     color:#C80D0D
  72. }
  73. .gray {
  74.     color:#404040
  75. }
  76. .orange {
  77.     color:#EF8010
  78. }
  79. .yellow {
  80.     color:#CA9C00
  81. }
  82. .font12 {
  83.     font-size:12px
  84. }
  85. .hand {
  86.     cursor:pointer;
  87. }
  88. img {
  89.     border:0
  90. }
  91. img.icon {
  92.     margin-right: 12px;
  93. }
  94. .bg_selected_lightblue {
  95.     background-color:#f0fbff
  96. }
  97. .bg_selected_darkblue {
  98.     background-color:#d4e4f7
  99. }
  100. .floatR{float:right}
  101. .floatL{float:left}
  102. .graph{
  103.     margin-top: 10px;
  104.     width: 335px;
  105.     display: block;
  106.  
  107. }
  108. .clear {
  109.     clear:both
  110. }
  111. .loading p{margin-top:0;margin-bottom:10px;}
  112. #page_heading {
  113.     background:url(images/top_heading_bg.gif) repeat-x left top;
  114.     border-top:1px solid #c0c0c0;
  115.     border-right:1px solid #404040;
  116.     border-left:1px solid #b9b9b9;
  117.     border-bottom:1px solid #404040;
  118.     width:100%-20px;
  119.     margin:0;
  120.     padding-top:8px;
  121.     padding-left:2%;
  122.     height:30px;
  123.     color:#FFFFFF;
  124.     font-size:17px;
  125.     font-weight:normal;
  126. }
  127. #content {
  128.     width:100%-36px;
  129.     padding:3% 2%;
  130.     height: 94%-37px;
  131.     display: block;
  132. }
  133.  
  134. /****Module Box *****/
  135.  
  136. .modulebox {
  137.     width: 495px !important;
  138.     width: 495px;
  139.     margin-bottom: 15px;
  140. }
  141. .modulebox_topborder {
  142.     height:19px;
  143.     background: url(G_module_box_heading_bg_middle.gif) top right repeat-x;
  144.     padding-top:5px;
  145.     width: 485px;
  146.     float: left;
  147.     margin-left: 5px;
  148. }
  149. .modulebox_topright {
  150.     background: url(G_module_box_heading_bg_right.gif) top right no-repeat;
  151.     height:24px;
  152.     width:5px;
  153.     float: right;
  154. }
  155. .modulebox_body {
  156.     clear:both;
  157.     border-right:1px solid #ccc;
  158.     border-left:1px solid #ccc;
  159.     padding: 15px;
  160.     padding-bottom:10px;
  161.     background-color: #FFFFFF;
  162. }
  163. .modulebox_body_nopadding {
  164.     border-right:1px solid #ccc;
  165.     border-left:1px solid #ccc;
  166.     padding: 0px;
  167. }
  168. .module_heading {
  169.     font-weight:bold;
  170.     color:#FFFFFF;
  171.     margin-left:5px;
  172. }
  173. .module_heading_note{
  174.     color:#FFFFFF;
  175.     font-weight: normal;
  176. }
  177. .modulebox_bottomleft {
  178.     background: url(G_modulebox_bl.gif) bottom left no-repeat;
  179.     height:5px;
  180.     margin-top:0px;
  181. }
  182. .modulebox_bottomborder {
  183.     border-bottom:1px solid #ccc;
  184.     margin-left:5px;
  185.     margin-right:5px;
  186.     height:4px
  187. }
  188. .modulebox_bottomright {
  189.     background: url(G_modulebox_br.gif) top right no-repeat;
  190.     height:5px;
  191.     width:5px;
  192.     float:right;
  193.     margin-top:-5px;
  194. }
  195.  
  196.  
  197. /***********Module Item **********/
  198. .module_item_heading {
  199.     display:block;
  200.     font-weight:bold;
  201.     font-size:13px;
  202.     margin-bottom: 1px;
  203.     color: #222;
  204. }
  205.  
  206. .module_items td {
  207.     /*vertical-align:top;*/
  208. }
  209. .module_items td.action_buttons_col{
  210.     text-align:right;
  211.     min-width: 100px;
  212.     vertical-align:top;
  213.  
  214. /***Module Item List****/
  215. .list td {
  216.     vertical-align:top;
  217.     padding:15px 15px;
  218.     border-top: 1px solid #ccc;
  219. }
  220.  
  221. .toprow td {
  222.     vertical-align:top;
  223.     border-top:0;
  224. }
  225. td.action_buttons_col{
  226.     width:auto;
  227. }
  228.  
  229. /*******Detail Rounded Corner Box*******/
  230. .detail_box {
  231.     background: url(G_detail_box_tl.gif) top left no-repeat;
  232.     width:100%;
  233.     margin-top:10px;
  234.     background-color:#f7f7f7;
  235. }
  236. .detail_box_topborder {
  237.     border-top:1px solid #ccc;
  238.     margin-left:5px;
  239.     margin-right:5px;
  240.     height: 4px;
  241. }
  242. .detail_box_topright {
  243.     background: url(G_detail_box_tr.gif) top right no-repeat;
  244.     height:5px;
  245.     width:5px;
  246.     float: right;
  247.     margin-top: -5px;
  248. }
  249. .detail_box_body {
  250.     clear:both;
  251.     border-right:1px solid #ccc;
  252.     border-left:1px solid #ccc;
  253.     margin:0;
  254.     padding:5px 10px 10px 10px;
  255.     background-color:#f7f7f7;
  256.     margin-top:-1px;
  257. }
  258. .detail_box_body_nopadding {
  259.     clear:both;
  260.     border-right:1px solid #ccc;
  261.     border-left:1px solid #ccc;
  262.     margin:0;
  263.     padding:0;
  264.     background-color:#f7f7f7;
  265.     margin-top:-1px;
  266. }
  267. .detail_box_bottomleft {
  268.     background: #f7f7f7 url(G_detail_box_bl.gif) bottom left no-repeat;
  269.     height:5px;
  270.     margin-top: -1px;
  271. }
  272. .detail_box_bottomborder {
  273.     border-bottom:1px solid #ccc;
  274.     margin-left:5px;
  275.     margin-right:5px;
  276.     height:4px
  277. }
  278. .detail_box_bottomright {
  279.     background: url(G_detail_box_br.gif) top right no-repeat;
  280.     height:5px;
  281.     width:5px;
  282.     float:right;
  283.     margin-top:-5px;
  284. }
  285. /***********************Global button styles***********************************/
  286. /************Default Buttons***********/
  287. a.button {
  288.     background: transparent url('G_button_a.gif') no-repeat scroll top right;
  289.     color: #383838;
  290.     display: block;
  291.     font: normal 11px Tahoma, arial, sans-serif;
  292.     height: 21px;
  293.     padding-right: 10px; /* sliding doors padding */
  294.     text-decoration: none;
  295. }
  296. a.button .bt_left {
  297.     background: transparent url('G_button_span.gif') no-repeat;
  298.     display: block;
  299.     line-height: 11px;
  300.     padding: 5px 0 5px 10px;
  301.     text-decoration: none;
  302. }
  303. a.button .bt_left .label {
  304.     text-align:center;
  305.     display:block;
  306.     text-decoration: none;
  307. }
  308. a.button:link {
  309.     text-decoration:none
  310. }
  311. a.button:visited {
  312.     text-decoration:none
  313. }
  314. a.button:hover {
  315.     text-decoration:none
  316. }
  317. a.button:active {
  318.     text-decoration:none
  319. }
  320. /*change the left and right padding to increase the button width*/
  321. /*a.button:hover {
  322.     background-position: -21px right;
  323.     color: #383838;
  324.     outline: none; 
  325.     text-decoration: none;
  326. }
  327. a.button:hover .bt_left {
  328.     background-position: -21px left;
  329.     padding: 5px 0 5px 10px;
  330.         text-decoration: none;
  331. }*/
  332. a.button_hover {
  333.     background: transparent url('G_button_a.gif') no-repeat scroll -21px right;
  334.     color: #383838;
  335.     display: block;
  336.     font: normal 11px Tahoma, arial, sans-serif;
  337.     height: 21px;
  338.     padding-right: 10px; /* sliding doors padding */
  339.     text-decoration: none;
  340.     outline: none; /* hide dotted outline in Firefox */
  341. }
  342. a.button_hover .bt_left {
  343.     background: transparent url('G_button_span.gif') no-repeat scroll -21px left;
  344.     display: block;
  345.     line-height: 11px;
  346.     padding: 5px 0 5px 10px;
  347.     text-decoration: none;
  348. }
  349. a.button_hover .bt_left .label {
  350.     text-align:center;
  351.     display:block;
  352.     text-decoration: none;
  353. }
  354. a.button_hover:link {
  355.     text-decoration:none
  356. }
  357. a.button_hover:visited {
  358.     text-decoration:none
  359. }
  360. a.button_hover:hover {
  361.     text-decoration:none
  362. }
  363. a.button_hover:active {
  364.     text-decoration:none
  365. }
  366. /*a.button:active {
  367.     background-position: -42px right;
  368.     color: #222222;
  369.     outline: none; 
  370.     text-decoration: none;
  371. }
  372. a.button:active .bt_left {
  373.     background-position: -42px left;
  374.     padding: 5px 0 5px 10px;
  375.         text-decoration: none;
  376. }*/
  377. a.button_active {
  378.     background: transparent url('G_button_a.gif') no-repeat scroll -42px right;
  379.     display: block;
  380.     font: normal 11px Tahoma, arial, sans-serif;
  381.     height: 21px;
  382.     padding-right: 10px; 
  383.     color: #222222;
  384.     outline: none; 
  385.     text-decoration: none;
  386. }
  387. a.button_active .bt_left {
  388.     background: transparent url('G_button_span.gif') no-repeat -42px left;
  389.     display: block;
  390.     line-height: 11px;
  391.     padding: 5px 0 5px 10px;
  392.     text-decoration: none;
  393. }
  394. a.button_active .bt_left .label {
  395.     text-align:center;
  396.     display:block;
  397.     text-decoration: none;
  398. }
  399. a.button_active:link{
  400.     text-decoration:none
  401. a.button_active:visited {
  402.     text-decoration:none
  403. }
  404. a.button_active:hover {
  405.     text-decoration:none
  406. }
  407. a.button_active:active {
  408.     text-decoration:none
  409. }
  410. /************Highlighted Buttons***********/
  411. a.button_highlighted {
  412.     background: transparent url('G_button_highlighted_a.gif') no-repeat scroll top right;
  413.     color: #383838;
  414.     display: block;
  415.     font: normal 11px Tahoma, arial, sans-serif;
  416.     height: 21px;
  417.     padding-right: 10px; /* sliding doors padding */
  418.     text-decoration: none;
  419. }
  420. a.button_highlighted .bt_left {
  421.     background: transparent url('G_button_highlighted_span.gif') no-repeat;
  422.     display: block;
  423.     line-height: 11px;
  424.     padding: 5px 0 5px 10px;
  425. }
  426. a.button_highlighted .bt_left .label {
  427.     text-align:center;
  428.     display:block;
  429. }
  430. a.button_highlighted:link {
  431.     text-decoration:none
  432. }
  433. a.button_highlighted:visited {
  434.     text-decoration:none
  435. }
  436. a.button_highlighted:hover {
  437.     text-decoration:none
  438. }
  439. a.button_highlighted:active {
  440.     text-decoration:none
  441. }
  442. /*change the left and right padding to increase the button width*/
  443. /*a.button_highlighted:hover {
  444.     background-position: -21px right;
  445.     color: #383838;
  446.     outline: none;
  447.     text-decoration:none;
  448. }
  449. a.button_highlighted:hover .bt_left {
  450.     background-position: -21px left;
  451.     padding: 5px 0 5px 10px;
  452. }*/
  453. a.button_highlighted:active {
  454.     background-position: -42px right;
  455.     color: #222222;
  456.     outline: none; /* hide dotted outline in Firefox */
  457. }
  458. a.button_highlighted:active .bt_left {
  459.     background-position: -42px left;
  460.     padding: 5px 0 5px 10px;
  461. }
  462.  
  463. /************Disabled Buttons***********/
  464. a.button_disabled {
  465.     background: transparent url('G_button_disabled_a.gif') no-repeat scroll top right;
  466.     color: #8d8d8d;
  467.     display: block;
  468.     font: normal 11px Tahoma, arial, sans-serif;
  469.     height: 21px;
  470.     padding-right: 10px; /* sliding doors padding */
  471.     text-decoration: none;
  472.     cursor:default;
  473.     width:73px;
  474. }
  475. a.button_disabled .bt_left {
  476.     background: transparent url('G_button_disabled_span.gif') no-repeat;
  477.     display: block;
  478.     line-height: 11px;
  479.     padding: 5px 0 5px 10px;
  480. }
  481. a.button_disabled .bt_left .label {
  482.     text-align:center;
  483.     padding:0 4px;
  484.     display:block;
  485. }
  486. a.button_disabled:hover {
  487.     outline: none; /* hide dotted outline in Firefox */
  488. }
  489. a.button_disabled:hover .bt_left {
  490.     padding: 5px 0 5px 10px; /* push text down 1px */
  491. }
  492. a.button_disabled:active {
  493.     outline: none; /* hide dotted outline in Firefox */
  494. }
  495. a.button_disabled:active .bt_left {
  496.     padding: 5px 0 5px 10px;
  497. }
  498. /************Drop-Down Buttons***********/
  499. .button_dropdown {
  500.     width:auto;
  501.     clear:both
  502. }
  503. .button_dropdown a {
  504.     text-decoration:none
  505. }
  506. .button_dropdown a:hover {
  507.     text-decoration:none
  508. }
  509. /*Idle State*/
  510. a.button_dropdown_left {
  511.     background: transparent url('G_button_dropdown_middle.gif') no-repeat scroll top right;
  512.     color: #383838;
  513.     display: block;
  514.     font: normal 11px Tahoma, arial, sans-serif;
  515.     height: 21px;
  516.     padding-right: 10px; /* sliding doors padding */
  517.     text-decoration: none;
  518.     float: left;
  519. }
  520. a.button_dropdown_left .bt_left {
  521.     background: transparent url('G_button_span.gif') no-repeat;
  522.     display: block;
  523.     line-height: 11px;
  524.     padding: 5px 0 5px 10px;
  525. }
  526. a.button_dropdown_left .bt_left .label {
  527.     text-align:center;
  528.     display:block;
  529. }/*change the left and right padding to increase the button width*/
  530. a.button_dropdown_right {
  531.     background: transparent url(G_button_dropdown_right.gif) no-repeat scroll top right;
  532.     color: #383838;
  533.     display: block;
  534.     font: normal 11px Tahoma, arial, sans-serif;
  535.     height: 21px;
  536.     width:15px;
  537.     text-decoration: none;
  538. }
  539. /*Hover State - Label */
  540. a.button_dropdown_left_hover {
  541.     background: transparent url('G_button_dropdown_middle.gif') no-repeat scroll -21px right;
  542.     color: #383838;
  543.     display: block;
  544.     font: normal 11px Tahoma, arial, sans-serif;
  545.     height: 21px;
  546.     padding-right: 10px; /* sliding doors padding */
  547.     text-decoration: none;
  548.     float: left;
  549. }
  550. a.button_dropdown_left_hover .bt_left {
  551.     background: transparent url('G_button_span.gif') no-repeat -21px left;
  552.     display: block;
  553.     line-height: 11px;
  554.     padding: 5px 0 5px 10px;
  555.     outline: none; /* hide dotted outline in Firefox */
  556.     ;
  557. }
  558. a.button_dropdown_left_hover .bt_left .label {
  559.     text-align:center;
  560.     display:block;
  561. }/*change the left and right padding to increase the button width*/
  562. a.button_dropdown_right_hover {
  563.     background: transparent url(G_button_dropdown_right.gif) no-repeat scroll -21px right;
  564.     color: #383838;
  565.     display: block;
  566.     font: normal 11px Tahoma, arial, sans-serif;
  567.     height: 21px;
  568.     width:15px;
  569.     text-decoration: none;
  570.     outline: none; /* hide dotted outline in Firefox */
  571. }
  572. /*Hover State - Arrow */
  573. a.button_dropdown_right_hover_highlighted {
  574.     background: transparent url(G_button_dropdown_right.gif) no-repeat scroll -63px right;
  575.     color: #383838;
  576.     display: block;
  577.     font: normal 11px Tahoma, arial, sans-serif;
  578.     height: 21px;
  579.     width:15px;
  580.     text-decoration: none;
  581.     outline: none; /* hide dotted outline in Firefox */
  582. }
  583. /*Active State*/
  584. a.button_dropdown_left_active {
  585.     background: transparent url('G_button_dropdown_middle.gif') no-repeat scroll -42px right;
  586.     color: #383838;
  587.     display: block;
  588.     font: normal 11px Tahoma, arial, sans-serif;
  589.     height: 21px;
  590.     padding-right: 10px; /* sliding doors padding */
  591.     text-decoration: none;
  592.     outline: none; /* hide dotted outline in Firefox */
  593.     float: left;
  594. }
  595. a.button_dropdown_left_active .bt_left {
  596.     background: transparent url('G_button_span.gif') no-repeat -42px left;
  597.     display: block;
  598.     line-height: 11px;
  599.     padding: 5px 0 5px 10px;
  600.     outline: none; /* hide dotted outline in Firefox */
  601.     ;
  602. }
  603. a.button_dropdown_left_active .bt_left .label {
  604.     text-align:center;
  605.     display:block;
  606. }/*change the left and right padding to increase the button width*/
  607. a.button_dropdown_right_active {
  608.     background: transparent url(G_button_dropdown_right.gif) no-repeat scroll -42px right;
  609.     color: #222222;
  610.     display: block;
  611.     font: normal 11px Tahoma, arial, sans-serif;
  612.     height: 21px;
  613.     width:15px;
  614.     text-decoration: none;
  615.     outline: none; /* hide dotted outline in Firefox */
  616. }
  617.  
  618.  
  619.  
  620. /* Progress bar */
  621. .progress_sp_bar_s {
  622.     padding-right: 5px;
  623.     display: block;
  624.     font-weight:bold;
  625.     margin-top: 1px;
  626.     color:white;
  627. }
  628. .progress_sp_emptybar_s {
  629.     padding-left: 5px;
  630.     color:#1d589c;
  631.     font-weight:bold;
  632.     white-space: nowrap;
  633. }
  634.  
  635. .detail_box_body_internet_speed {
  636.     border-right:1px solid #ccc;
  637.     border-left:1px solid #ccc;
  638.     margin:0;
  639.     padding:5px 10px;
  640.     background-color:#f7f7f7;
  641.     height: 87px;
  642. }
  643. .product_status td{
  644.     height:72px;
  645.     padding:13px 15px 5px 15px
  646. }
  647. .product_status p{
  648.     margin:0 0 6px 0
  649. }
  650. #spSubscriptionExpDate{color:#777}
  651. p#pUpdateButton{margin:15px auto 10px auto;
  652.     width: 113px;}
  653. p#pSubscriptionButton{margin:15px auto 10px auto;
  654.     width: 113px;}
  655. td.wizards_menu {padding:12px 15px; color:#777}
  656.